type github.com/jackc/pgx/v5/pgtype.int8Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L14: type int8Wrapper int8
		builtin_wrappers.go#L16: func (w int8Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L18: func (w *int8Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L29: 	*w = int8Wrapper(v.Int64)
		builtin_wrappers.go#L34: func (w int8Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L607: 		return &wrapInt8ScanPlan{}, (*int8Wrapper)(target), true
		pgtype.go#L664: 	return plan.next.Scan(src, (*int8Wrapper)(dst.(*int8)))
		pgtype.go#L1464: 		return &wrapInt8EncodePlan{}, int8Wrapper(value), true
		pgtype.go#L1523: 	return plan.next.Encode(int8Wrapper(value.(int8)), buf)